.c1bg {
  background: url(../images/c1bg.png) center 0 no-repeat;
}

.c1bg .c1 {
  padding-top: 50px;
  margin-bottom: 42px;
}

.c1bg .c1 h2 {
  text-align: center;
}

.c1bg .c1 h2 img {
  max-width: 100%;
}

.c1bg .c1 h2 dd {
  color: #987973;
  font-size: 16px;
  line-height: 1;
  margin-top: 16px;
  margin-bottom: 36px;
}

.c1bg .c1 .content .c1-1 {
  overflow: hidden;
}

@media (max-width: 1100px) {
  .c1bg .c1 .content .c1-1 {
    width: 43%;
  }
}

@media (max-width: 640px) {
  .c1bg .c1 .content .c1-1 {
    width: 100%;
  }
}

.c1bg .c1 .content .c1-1:hover img {
  transform: scale(1.1, 1.1);
}

.c1bg .c1 .content .c1-1 img {
  max-width: 100%;
  transition: all .6s;
}

.c1bg .c1 .content .c1-2 {
  width: 598px;
  padding-right: 20px;
  box-sizing: border-box;
}

@media (max-width: 1100px) {
  .c1bg .c1 .content .c1-2 {
    width: 54%;
    padding-right: 0;
  }
}

@media (max-width: 640px) {
  .c1bg .c1 .content .c1-2 {
    width: 100%;
  }
}

.c1bg .c1 .content .c1-2 h3 {
  padding: 26px 0;
  font-size: 18px;
  color: #8b3e06;
  line-height: 1;
}

.c1bg .c1 .content .c1-2 h3 span {
  color: #d5c1b9;
  text-transform: uppercase;
}

.c1bg .c1 .content .c1-2 dd {
  color: #8b3e06;
  font-size: 13px;
  line-height: 26px;
  margin-top: 6px;
}

.c1bg .c1 .content .c1-2 a.ck {
  margin-top: 46px;
  display: block;
}

.c2 {
  margin-bottom: 52px;
}

.c2 .bt {
  margin-bottom: 38px;
  line-height: 36px;
  background: #faf7f5;
}

.c2 .bt .hd li {
  float: left;
  width: 122px;
  text-align: center;
  margin-right: 1px;
  color: #fff;
  font-size: 16px;
  background: #ed9b48;
}

.c2 .bt .hd li:hover, .c2 .bt .hd li.on {
  background: #8b3e06;
}

.c2 .bt a.ck {
  float: right;
  margin-right: 4px;
  display: block;
  color: #c7aa9d;
  font-family: 'arial';
}

.c2 .content .gd .list2 li {
  float: left;
  margin-right: 24px;
  width: 15%;
}

.c2 .content .gd .list2 li a.img {
  display: block;
  overflow: hidden;
}

.c2 .content .gd .list2 li a.img:hover img {
  transform: scale(1.1, 1.1);
}

.c2 .content .gd .list2 li a.img img {
  max-width: 100%;
  transition: all .6s;
}

.xian {
  height: 1px;
  width: 100%;
  background: #faf7f5;
}

.c3bg {
  background: url(../images/c3bg.png) center 0 no-repeat;
  padding-bottom: 60px;
  margin-top: 48px;
}

@media (max-width: 768px) {
  .c3bg {
    padding-bottom: 5%;
    margin-top: 5%;
  }
}

.c3bg .c3 h2 {
  text-align: center;
}

.c3bg .c3 h2 img {
  max-width: 100%;
}

.c3bg .c3 h2 dd {
  color: #987973;
  font-size: 16px;
  line-height: 1;
  margin-top: 16px;
  margin-bottom: 36px;
}

.c3bg .c3 .content {
  position: relative;
}

.c3bg .c3 .content .list4 {
  position: absolute;
  z-index: 3;
  right: 0;
  top: 22px;
}

@media (max-width: 774px) {
  .c3bg .c3 .content .list4 {
    display: none;
  }
}

.c3bg .c3 .content .list4 li {
  background: #fff;
  width: 417px;
  height: 100px;
  border: 1px dashed #eca144;
  font-size: 16px;
  line-height: 25px;
  color: #965449;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding-right: 40px;
  margin-bottom: 10px;
}

.c3bg .c3 .content .list4 li:hover, .c3bg .c3 .content .list4 li.on {
  background: #82250e;
  color: #fff;
}

.c3bg .c3 .content .list4 li .zi {
  left: -24px;
  position: relative;
}

.c3bg .c3 .content .list4 li dd {
  text-align: left;
}

.c3bg .c3 .content .list3 li {
  float: left;
  position: relative;
}

@media (max-width: 774px) {
  .c3bg .c3 .content .list3 li {
    width: 100%;
  }
}

.c3bg .c3 .content .list3 li a.img {
  display: block;
  width: 100%;
  overflow: hidden;
}

.c3bg .c3 .content .list3 li a.img:hover img {
  transform: scale(1.1, 1.1);
}

.c3bg .c3 .content .list3 li a.img img {
  max-width: 100%;
  transition: all .6s;
}

.c3bg .c3 .content .list3 li h3 {
  box-sizing: border-box;
  width: 100%;
  padding: 18px 23px;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  height: 87px;
}

@media (max-width: 414px) {
  .c3bg .c3 .content .list3 li h3 {
    display: none;
  }
}

.c3bg .c3 .content .list3 li h3 .cs {
  color: #b2b0b0;
  font-size: 60px;
  font-family: 'arial';
  line-height: 1;
}

@media (max-width: 678px) {
  .c3bg .c3 .content .list3 li h3 .cs {
    display: none;
  }
}

.c3bg .c3 .content .list3 li h3 .zi {
  padding-left: 8px;
  font-size: 13px;
  color: #ffffff;
  padding-top: 8px;
}

.c3bg .c3 .content .list3 li h3 .zi dd {
  padding-top: 8px;
  color: #8d898a;
  font-family: 'arial';
}

.c4bg {
  margin-top: 62px;
  background: url(../images/c4bg.png) center bottom no-repeat;
  padding-bottom: 203px;
}

@media (max-width: 768px) {
  .c4bg {
    margin-top: 5%;
    padding-bottom: 5%;
  }
}

.c4bg .c4 h2 {
  text-align: center;
}

.c4bg .c4 h2 img {
  max-width: 100%;
}

.c4bg .c4 h2 dd {
  color: #987973;
  font-size: 16px;
  line-height: 1;
  margin-top: 16px;
  margin-bottom: 32px;
}

.c4bg .c4 .content {
  position: relative;
}

.c4bg .c4 .content .l_btn,
.c4bg .c4 .content .r_btn {
  cursor: pointer;
  z-index: 1;
  position: absolute;
  top: 44%;
}

@media (max-width: 1100px) {
  .c4bg .c4 .content .l_btn,
  .c4bg .c4 .content .r_btn {
    display: none;
  }
}

.c4bg .c4 .content .l_btn {
  left: -105px;
}

.c4bg .c4 .content .r_btn {
  right: -105px;
}

.c4bg .c4 .content .hd {
  text-align: center;
  margin-bottom: 48px;
}

.c4bg .c4 .content .hd li {
  display: inline-block;
  width: 132px;
  line-height: 36px;
  margin: 0 5px;
  text-align: center;
  color: #fff;
  background: #8b3e06;
  font-size: 16px;
}

.c4bg .c4 .content .hd li:hover, .c4bg .c4 .content .hd li.on {
  background: #ed9b48;
}

@media (max-width: 768px) {
  .c4bg .c4 .content .hd li {
    width: 28%;
  }
}

.c4bg .c4 .content .list5 li {
  float: left;
  margin-right: 20px;
  width: 15%;
}

.c4bg .c4 .content .list5 li .img {
  display: block;
  overflow: hidden;
}

.c4bg .c4 .content .list5 li .img:hover img {
  transform: scale(1.1, 1.1);
}

.c4bg .c4 .content .list5 li .img img {
  max-width: 100%;
  transition: all .6s;
}

.c4bg .c4 .content .list5 li h3 {
  line-height: 66px;
  font-size: 16px;
  color: #8b3e06;
  text-align: center;
  font-weight: normal;
}

.c4bg .c4 .content .list5 li a.ck {
  display: block;
  width: 100%;
  background: #decbbf;
  line-height: 34px;
  font-size: 14px;
  text-align: center;
  color: #fff;
}

.c5bg {
  background: url(../images/c5bg.png) center 0 no-repeat;
  padding-top: 50px;
  padding-bottom: 84px;
}

@media (max-width: 768px) {
  .c5bg {
    background: #672600;
    padding-top: 5%;
    padding-bottom: 5%;
  }
}

.c5bg .c5 {
  position: relative;
}

.c5bg .c5 .c5-1,
.c5bg .c5 .c5-3 {
  width: 29%;
}

@media (max-width: 768px) {
  .c5bg .c5 .c5-1,
  .c5bg .c5 .c5-3 {
    width: 100%;
    float: none;
  }
}

.c5bg .c5 .c5-1 h2,
.c5bg .c5 .c5-3 h2 {
  font-weight: 600;
  font-size: 26px;
  line-height: 1;
  color: #e2d1cc;
}

.c5bg .c5 .c5-1 dd,
.c5bg .c5 .c5-3 dd {
  font-size: 12px;
  color: #e2c696;
  line-height: 24px;
  margin-top: 20px;
}

.c5bg .c5 .c5-2 {
  text-align: center;
  width: 30%;
  left: 35%;
  position: absolute;
  z-index: 1;
  bottom: -51px;
}

@media (max-width: 992px) {
  .c5bg .c5 .c5-2 {
    bottom: 10px;
  }
}

@media (max-width: 768px) {
  .c5bg .c5 .c5-2 {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.c5bg .c5 .c5-2 img {
  max-width: 100%;
}

.c5bg .c5 .c5-2 a {
  display: inline-block;
  font-size: 14px;
  color: #4c1e07;
  text-align: center;
  width: 117px;
  line-height: 27px;
  margin: 0 2px;
  background: #e1a308;
  border-radius: 4px;
}

.c6bg .c6-1,
.c6bg .c6-2 {
  position: relative;
  width: 50%;
}

@media (max-width: 992px) {
  .c6bg .c6-1,
  .c6bg .c6-2 {
    width: 100%;
  }
}

.c6bg .c6-1 img,
.c6bg .c6-2 img {
  max-width: 100%;
}

.c6bg .c6-1 .zi,
.c6bg .c6-2 .zi {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 550px;
  text-align: center;
}

@media (max-width: 992px) {
  .c6bg .c6-1 .zi,
  .c6bg .c6-2 .zi {
    width: 100%;
  }
}

.c6bg .c6-1 .zi h2,
.c6bg .c6-2 .zi h2 {
  text-align: center;
  font-size: 26px;
  color: #8b3e06;
  padding-top: 95px;
  padding-bottom: 50px;
  font-weight: 600;
}

@media (max-width: 1200px) {
  .c6bg .c6-1 .zi h2,
  .c6bg .c6-2 .zi h2 {
    padding-top: 5%;
    padding-bottom: 5%;
  }
}

.c6bg .c6-1 .zi dd,
.c6bg .c6-2 .zi dd {
  font-size: 14px;
  color: #8c2b14;
  line-height: 28px;
  padding: 0 50px;
}

@media (max-width: 992px) {
  .c6bg .c6-1 .zi dd,
  .c6bg .c6-2 .zi dd {
    padding: 0 2%;
  }
}

.c6bg .c6-1 .zi a.ck,
.c6bg .c6-2 .zi a.ck {
  display: inline-block;
  margin: 0 12px;
  width: 12px;
  line-height: 40px;
  width: 127px;
  color: #fff;
  font-size: 20px;
  background: #8c2b14;
  margin-top: 48px;
  border-radius: 4px;
}

@media (max-width: 1200px) {
  .c6bg .c6-1 .zi a.ck,
  .c6bg .c6-2 .zi a.ck {
    margin-top: 5%;
  }
}

@media (max-width: 992px) {
  .c6bg .c6-1 .zi a.ck,
  .c6bg .c6-2 .zi a.ck {
    display: none;
  }
}

.c6bg .c6-1 .zi.zi1,
.c6bg .c6-2 .zi.zi1 {
  left: 0;
}

.c6bg .c6-1 .zi.zi2,
.c6bg .c6-2 .zi.zi2 {
  right: 0;
}

@media (max-width: 414px) {
  .c6bg .c6-2 {
    padding-bottom: 20%;
    background: #f2f2f2;
  }
}

.c7bg {
  background: url(../images/c7bg.png) center 0 no-repeat;
  padding-bottom: 37px;
}

@media (max-width: 414px) {
  .c7bg {
    background: #903115;
  }
}

.c7bg .c7 h2 {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 48px;
}

.c7bg .c7 h2 img {
  max-width: 100%;
}

.c7bg .c7 .list7 {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.c7bg .c7 .list7 li {
  width: 16.3%;
}

@media (max-width: 414px) {
  .c7bg .c7 .list7 li {
    width: 50%;
  }
}

.c7bg .c7 .list7 li a img {
  max-width: 100%;
}

.c7bg .c7 .list7 li h3 {
  margin-top: 20px;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}

.c8 {
  margin-bottom: 50px;
}

.c8 h2 {
  text-align: center;
  padding-top: 54px;
  padding-bottom: 50px;
}

.c8 h2 img {
  max-width: 100%;
}

.c8 h2 dd {
  color: #987973;
  font-size: 16px;
  line-height: 1;
  margin-top: 16px;
  margin-bottom: 32px;
}

.c8 .content {
  position: relative;
}

.c8 .content .l_btn,
.c8 .content .r_btn {
  cursor: pointer;
  z-index: 1;
  position: absolute;
  top: 36%;
}

@media (max-width: 1100px) {
  .c8 .content .l_btn,
  .c8 .content .r_btn {
    display: none;
  }
}

.c8 .content .l_btn {
  left: -105px;
}

.c8 .content .r_btn {
  right: -105px;
}

.c8 .content .list8 li {
  border: 1px solid #f2f2f2;
  float: left;
  margin-right: 30px;
}

.c8 .content .list8 li a.img {
  display: block;
  overflow: hidden;
}

.c8 .content .list8 li a.img:hover img {
  transform: scale(1.1, 1.1);
}

.c8 .content .list8 li a.img img {
  max-width: 100%;
  transition: all .6s;
}

.c8 .content .list8 li h3 {
  text-align: center;
  width: 100%;
  line-height: 40px;
  font-size: 14px;
  background: #987973;
}

.c8 .content .list8 li h3 a {
  color: #fff;
}

.c9bg {
  background: #fffdfb;
  padding-bottom: 32px;
}

.c9bg .c9 h2 {
  text-align: center;
  padding-top: 56px;
  padding-bottom: 56px;
}

@media (max-width: 768px) {
  .c9bg .c9 h2 {
    padding-top: 5%;
    padding-bottom: 5%;
  }
}

.c9bg .c9 h2 img {
  max-width: 100%;
}

.c9bg .c9 h2 dd {
  color: #987973;
  font-size: 16px;
  line-height: 1;
  margin-top: 16px;
  margin-bottom: 32px;
}

.c9bg .c9 .content .list9 li {
  float: left;
  width: 47%;
  margin-bottom: 25px;
}

.c9bg .c9 .content .list9 li:nth-child(2n) {
  float: right;
}

.c9bg .c9 .content .list9 li h3 {
  width: 62.5%;
  float: right;
}

.c9bg .c9 .content .list9 li h3 span {
  font-size: 16px;
  font-weight: 600;
  color: #771801;
  line-height: 1;
  display: block;
  padding-top: 20px;
  padding-bottom: 10px;
}

.c9bg .c9 .content .list9 li h3 dd {
  font-size: 12px;
  line-height: 22px;
  color: #a6745b;
}

.c9bg .c9 .content .list9 li h3 a.ck {
  display: block;
  font-size: 14px;
  color: #fff;
  width: 86px;
  line-height: 26px;
  background: #e1a308;
  text-align: center;
  border-radius: 4px;
  margin-top: 20px;
}

.c9bg .c9 .content .list9 li .img {
  width: 31.25%;
  float: left;
  overflow: hidden;
  border-radius: 100px;
}

.c9bg .c9 .content .list9 li .img:hover img {
  transform: scale(1.1, 1.1);
}

.c9bg .c9 .content .list9 li .img img {
  max-width: 100%;
  transition: all .6s;
}

@media (max-width: 414px) {
  .c9bg .c9 .content .list9 li {
    width: 100%;
  }
}

.c10bg {
  height: 300px;
  background: url(../images/c10bg.png) center 0 no-repeat;
}

@media (max-width: 1100px) {
  .c10bg {
    display: none;
  }
}

.c10bg .c10 .c10-1 {
  width: 479px;
  box-sizing: border-box;
  padding-left: 44px;
}

.c10bg .c10 .c10-1 h2 {
  font-size: 24px;
  color: #8f2f1c;
  padding-top: 30px;
  padding-bottom: 20px;
}

.c10bg .c10 .c10-1 .messagex .ww1 {
  color: #8f2f1c;
  font-size: 14px;
  margin-bottom: 10px;
}

.c10bg .c10 .c10-1 .messagex .ww1 #name,
.c10bg .c10 .c10-1 .messagex .ww1 #contact {
  width: 288px;
  height: 30px;
  line-height: 30px;
  background: rgba(255, 255, 255, 0.5);
  outline: none;
  padding: 0;
  border: none;
  border-radius: 4px;
}

.c10bg .c10 .c10-1 .messagex .ww1 #content {
  background: rgba(255, 255, 255, 0.5);
  outline: none;
  padding: 0;
  border: none;
  border-radius: 4px;
  width: 288px;
  height: 60px;
  line-height: 30px;
}

.c10bg .c10 .c10-1 .messagex #checkcode {
  background: rgba(255, 255, 255, 0.5);
  height: 20px;
  width: 80px;
}

.c10bg .c10 .c10-1 .messagex #code {
  padding-top: 0;
}

.c10bg .c10 .c10-1 .messagex .msgbtn {
  width: 119px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  background: #a14e34;
  outline: none;
  padding: 0;
  border: none;
  margin-top: 2px;
}

.c11bg {
  padding-top: 48px;
  background: url(../images/c11bg.png) center 0 no-repeat;
  padding-bottom: 54px;
}

@media (max-width: 1042px) {
  .c11bg {
    background: #fbfaf8;
  }
}

.c11bg .c11 .c11-1 {
  width: 56.4%;
}

@media (max-width: 768px) {
  .c11bg .c11 .c11-1 {
    width: 100%;
  }
}

.c11bg .c11 .c11-1 .hd {
  margin-bottom: 33px;
}

.c11bg .c11 .c11-1 .hd li {
  position: relative;
  float: left;
  width: 207px;
  line-height: 44px;
  background: #ed9b48;
  font-size: 18px;
  text-align: center;
  color: #fff;
  border-radius: 20px;
  z-index: 2;
  cursor: pointer;
}

.c11bg .c11 .c11-1 .hd li:hover, .c11bg .c11 .c11-1 .hd li.on {
  background: #8b3e06;
}

.c11bg .c11 .c11-1 .hd li:nth-child(2) {
  left: -40px;
  z-index: 1;
  box-sizing: border-box;
  padding-left: 33px;
}

@media (max-width: 442px) {
  .c11bg .c11 .c11-1 .hd li:nth-child(2) {
    left: 0;
    padding: 0;
  }
}

@media (max-width: 442px) {
  .c11bg .c11 .c11-1 .hd li {
    width: 50%;
  }
}

.c11bg .c11 .c11-1 .bd .content .xw_list1 li .tu {
  width: 44%;
}

@media (max-width: 414px) {
  .c11bg .c11 .c11-1 .bd .content .xw_list1 li .tu {
    width: 100%;
    float: none;
  }
}

.c11bg .c11 .c11-1 .bd .content .xw_list1 li .tu img {
  max-width: 100%;
}

@media (max-width: 414px) {
  .c11bg .c11 .c11-1 .bd .content .xw_list1 li .tu img {
    width: 100%;
  }
}

.c11bg .c11 .c11-1 .bd .content .xw_list1 li .zi {
  width: 51%;
}

@media (max-width: 414px) {
  .c11bg .c11 .c11-1 .bd .content .xw_list1 li .zi {
    width: 100%;
    float: none;
    margin-top: 10px;
  }
}

.c11bg .c11 .c11-1 .bd .content .xw_list1 li .zi .bt {
  font-size: 16px;
  color: #8b3e06;
  line-height: 1;
  margin-top: 14px;
}

.c11bg .c11 .c11-1 .bd .content .xw_list1 li .zi dd {
  color: #bd9b8a;
  line-height: 18px;
  font-size: 12px;
  margin-top: 14px;
}

.c11bg .c11 .c11-1 .bd .content .xw_list1 li .zi .ck {
  color: #fff;
  font-size: 12px;
  width: 58px;
  height: 17px;
  background: #ed9b48;
  text-align: center;
  margin-top: 16px;
}

.c11bg .c11 .c11-1 .bd .content .xw_list2 {
  margin-top: 14px;
}

.c11bg .c11 .c11-1 .bd .content .xw_list2 li {
  line-height: 36px;
  padding-left: 26px;
  background: url(../images/xwbg.png) 0 50% no-repeat;
  border-bottom: 1px dashed #e7ddd7;
}

.c11bg .c11 .c11-1 .bd .content .xw_list2 li a {
  color: rgba(139, 62, 6, 0.6);
  font-size: 12px;
}

.c11bg .c11 .c11-1 .bd .content .xw_list2 li a span {
  float: right;
}

.c11bg .c11 .c11-2 {
  width: 40%;
}

@media (max-width: 768px) {
  .c11bg .c11 .c11-2 {
    width: 100%;
    margin-top: 5%;
  }
}

.c11bg .c11 .c11-2 h2 {
  font-size: 18px;
  color: #8b3e06;
  line-height: 1;
  padding-top: 18px;
  padding-bottom: 24px;
}

.c11bg .c11 .c11-2 h2 a.ck {
  float: right;
  font-family: 'arial';
  font-size: 12px;
  color: rgba(139, 62, 6, 0.5);
  display: block;
  margin-top: 6px;
}

.c11bg .c11 .c11-2 .content {
  background: #f8f4ef;
  padding: 0 60px;
  padding-bottom: 20px;
}

@media (max-width: 768px) {
  .c11bg .c11 .c11-2 .content {
    padding: 0 5px;
  }
}

.c11bg .c11 .c11-2 .content .xw_list3 {
  padding-top: 4px;
}

.c11bg .c11 .c11-2 .content .xw_list3 li {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #e8ddd6;
}

.c11bg .c11 .c11-2 .content .xw_list3 li a {
  display: block;
  padding-left: 35px;
  color: #8b3e06;
  font-size: 12px;
  background: url(../images/wen.png) 0 50% no-repeat;
}

.c11bg .c11 .c11-2 .content .xw_list3 li dd {
  padding-left: 35px;
  background: url(../images/da.png) 0 0 no-repeat;
  color: rgba(139, 62, 6, 0.6);
  font-size: 12px;
  margin-top: 8px;
  line-height: 22px;
}

.news_listx {
  margin-top: -15px;
}

.news_listx li {
  background: #f4f4f4;
  margin-bottom: 32px;
}

.news_listx li .tu {
  width: 30%;
  overflow: hidden;
}

.news_listx li .tu:hover img {
  transform: scale(1.1, 1.1);
}

.news_listx li .tu img {
  width: 100%;
  transition: all .6s;
}

@media (max-width: 414px) {
  .news_listx li .tu {
    width: 100%;
    float: none;
  }
}

.news_listx li .zi {
  margin-right: 4.5%;
  width: 62%;
  padding-bottom: 10px;
}

@media (max-width: 414px) {
  .news_listx li .zi {
    width: 100%;
    float: none;
  }
}

.news_listx li .zi h3 {
  font-size: 16px;
  font-weight: 600;
  color: #8b3e06;
  padding-top: 26px;
  line-height: 1;
}

.news_listx li .zi span.kk {
  color: rgba(139, 62, 6, 0.7);
  font-family: "arial";
  font-size: 14px;
  display: block;
}

.news_listx li .zi dd {
  line-height: 22px;
  color: rgba(139, 62, 6, 0.8);
  font-size: 12px;
}

.news_listx li .zi a.ck {
  width: 86px;
  line-height: 26px;
  color: #fff;
  text-align: center;
  background: #e1a308;
  font-size: 14px;
  display: block;
  border-radius: 4px;
  margin-top: 8px;
}
